home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / src / pdinq / getdate / datedcl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-15  |  512 b   |  20 lines

  1.     /*     Steven M. Bellovin (unc!smb)            */
  2.     /*    Dept. of Computer Science            */
  3.     /*    University of North Carolina at Chapel Hill    */
  4.  
  5. #include <sys/types.h>
  6. #include <sys/timeb.h>
  7. #define    NULL    0
  8. #define daysec (24L*60L*60L)
  9.     static int timeflag, zoneflag, dateflag, dayflag, relflag;
  10.     static time_t relsec, relmonth;
  11.     static int hh, mm, ss, merid, daylight;
  12.     static int dayord, dayreq;
  13.     static int month, day, year;
  14.     static int ourzone;
  15. #define AM 1
  16. #define PM 2
  17. #define DAYLIGHT 1
  18. #define STANDARD 2
  19. #define MAYBE    3
  20.